home *** CD-ROM | disk | FTP | other *** search
- #define _H_CStarterPane /* Include this file only once */
- #include <CPanorama.h>
-
- #define MAX_PANE_SIZE 200
- #define NUM_PATS 4
- #define NO_UNDO_STRING 0
-
- struct CStarterPane : CPanorama
- {
- void IStarterPane( CView *anEnclosure, CBureaucrat *aSupervisor,
- short aWidth, short aHeight,
- short aHEncl, short aVEncl,
- SizingOption aHSizing, SizingOption aVSizing);
-
- void DoClick( Point hitPt, short modifierKeys, long when );
-
- void AdjustCursor( Point where, RgnHandle mouseRgn );
-
- void DoDrag( int objWidth, int objHeight,
- Point hitPt, Rect frame, Rect *endLocation ); /*greg*/
- };